|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.util.StorageUtil
public class StorageUtil
Constructor Summary | |
---|---|
StorageUtil()
|
Method Summary | ||
---|---|---|
static
|
createRecursionIntolerantLazyValueWithDefault(T defaultValue,
jet.Function0<T> compute)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StorageUtil()
Method Detail |
---|
public static <T> NotNullLazyValue<T> createRecursionIntolerantLazyValueWithDefault(@NotNull T defaultValue, @NotNull jet.Function0<T> compute)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |