kotlin
Interface Function0<R>

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

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

@Deprecated
public interface Function0<R>
extends kotlin.jvm.functions.Function0<R>


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



Copyright © 2015. All Rights Reserved.