kotlin
Interface Function2<P1,P2,R>

All Superinterfaces:
kotlin.Function<R>, kotlin.jvm.functions.Function2<P1,P2,R>

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

@Deprecated
public interface Function2<P1,P2,R>
extends kotlin.jvm.functions.Function2<P1,P2,R>


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



Copyright © 2015. All Rights Reserved.