kotlin
Interface ExtensionFunction0<E,R>

All Superinterfaces:
kotlin.Function<R>, kotlin.jvm.functions.Function1<E,R>

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

@Deprecated
public interface ExtensionFunction0<E,R>
extends kotlin.jvm.functions.Function1<E,R>


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



Copyright © 2015. All Rights Reserved.