kotlin
Interface ExtensionFunction6<E,P1,P2,P3,P4,P5,P6,R>

All Superinterfaces:
kotlin.Function<R>, kotlin.jvm.functions.Function7<E,P1,P2,P3,P4,P5,P6,R>

Deprecated. Use the new function classes from the package kotlin.jvm.functions.

@Deprecated
public interface ExtensionFunction6<E,P1,P2,P3,P4,P5,P6,R>
extends kotlin.jvm.functions.Function7<E,P1,P2,P3,P4,P5,P6,R>


Method Summary
 
Methods inherited from interface kotlin.jvm.functions.Function7
invoke
 



Copyright © 2015. All Rights Reserved.