package kotlin; /* compiled from: Lazy.kt */ public interface Lazy { T getValue(); boolean isInitialized(); }