-
enum BreakNullSafetyDo Not Use Outside This Project. It tests for some things that Java's type system lets you do. Kotlin's type system doesn't allow this test because it would be nonsensical in Kotlin. We have to keep this in Java (for now) to test for bugs in non-Kotlin code.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE
-
Method Summary
Modifier and Type Method Description voidcompareToNull(Comparable<out Object> comp)static Array<BreakNullSafety>values()static BreakNullSafetyvalueOf(String name)-
-
Method Detail
-
compareToNull
void compareToNull(Comparable<out Object> comp)
-
values
static Array<BreakNullSafety> values()
-
valueOf
static BreakNullSafety valueOf(String name)
-
-
-
-