org.jetbrains.kotlin.codegen
Class SamCodegenUtil

java.lang.Object
  extended by org.jetbrains.kotlin.codegen.SamCodegenUtil

public class SamCodegenUtil
extends java.lang.Object


Method Summary
static FunctionDescriptor getOriginalIfSamAdapter(FunctionDescriptor fun)
           
static
<T extends FunctionDescriptor>
T
resolveSamAdapter(T descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOriginalIfSamAdapter

@Nullable
public static FunctionDescriptor getOriginalIfSamAdapter(@NotNull
                                                                  FunctionDescriptor fun)

resolveSamAdapter

public static <T extends FunctionDescriptor> T resolveSamAdapter(@NotNull
                                                                 T descriptor)