org.jetbrains.kotlin.utils
Class WrappedValues
java.lang.Object
org.jetbrains.kotlin.utils.WrappedValues
public class WrappedValues
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
throwWrappedProcessCanceledException
public static volatile boolean throwWrappedProcessCanceledException
unescapeNull
@Nullable
public static <V> V unescapeNull(@NotNull
java.lang.Object value)
escapeNull
@NotNull
public static <V> java.lang.Object escapeNull(@Nullable
V value)
escapeThrowable
@NotNull
public static java.lang.Object escapeThrowable(@NotNull
java.lang.Throwable throwable)
unescapeExceptionOrNull
@Nullable
public static <V> V unescapeExceptionOrNull(@NotNull
java.lang.Object value)
unescapeThrowable
@Nullable
public static <V> V unescapeThrowable(@Nullable
java.lang.Object value)