Class Intrinsics

java.lang.Object
kotlin.jvm.internal.Intrinsics

public class Intrinsics extends Object
  • Method Details

    • stringPlus

      public static String stringPlus(String self, Object other)
    • checkNotNull

      public static void checkNotNull(Object object)
    • checkNotNull

      public static void checkNotNull(Object object, String message)
    • throwNpe

      public static void throwNpe()
    • throwNpe

      public static void throwNpe(String message)
    • throwJavaNpe

      @SinceKotlin(version="1.4") public static void throwJavaNpe()
    • throwJavaNpe

      @SinceKotlin(version="1.4") public static void throwJavaNpe(String message)
    • throwUninitializedProperty

      public static void throwUninitializedProperty(String message)
    • throwUninitializedPropertyAccessException

      public static void throwUninitializedPropertyAccessException(String propertyName)
    • throwAssert

      public static void throwAssert()
    • throwAssert

      public static void throwAssert(String message)
    • throwIllegalArgument

      public static void throwIllegalArgument()
    • throwIllegalArgument

      public static void throwIllegalArgument(String message)
    • throwIllegalState

      public static void throwIllegalState()
    • throwIllegalState

      public static void throwIllegalState(String message)
    • checkExpressionValueIsNotNull

      public static void checkExpressionValueIsNotNull(Object value, String expression)
    • checkNotNullExpressionValue

      public static void checkNotNullExpressionValue(Object value, String expression)
    • checkReturnedValueIsNotNull

      public static void checkReturnedValueIsNotNull(Object value, String className, String methodName)
    • checkReturnedValueIsNotNull

      public static void checkReturnedValueIsNotNull(Object value, String message)
    • checkFieldIsNotNull

      public static void checkFieldIsNotNull(Object value, String className, String fieldName)
    • checkFieldIsNotNull

      public static void checkFieldIsNotNull(Object value, String message)
    • checkParameterIsNotNull

      public static void checkParameterIsNotNull(Object value, String paramName)
    • checkNotNullParameter

      public static void checkNotNullParameter(Object value, String paramName)
    • compare

      public static int compare(long thisVal, long anotherVal)
    • compare

      public static int compare(int thisVal, int anotherVal)
    • areEqual

      public static boolean areEqual(Object first, Object second)
    • areEqual

      @SinceKotlin(version="1.1") public static boolean areEqual(Double first, Double second)
    • areEqual

      @SinceKotlin(version="1.1") public static boolean areEqual(Double first, double second)
    • areEqual

      @SinceKotlin(version="1.1") public static boolean areEqual(double first, Double second)
    • areEqual

      @SinceKotlin(version="1.1") public static boolean areEqual(Float first, Float second)
    • areEqual

      @SinceKotlin(version="1.1") public static boolean areEqual(Float first, float second)
    • areEqual

      @SinceKotlin(version="1.1") public static boolean areEqual(float first, Float second)
    • throwUndefinedForReified

      public static void throwUndefinedForReified()
    • throwUndefinedForReified

      public static void throwUndefinedForReified(String message)
    • reifiedOperationMarker

      public static void reifiedOperationMarker(int id, String typeParameterIdentifier)
    • reifiedOperationMarker

      public static void reifiedOperationMarker(int id, String typeParameterIdentifier, String message)
    • needClassReification

      public static void needClassReification()
    • needClassReification

      public static void needClassReification(String message)
    • checkHasClass

      public static void checkHasClass(String internalName) throws ClassNotFoundException
      Throws:
      ClassNotFoundException
    • checkHasClass

      public static void checkHasClass(String internalName, String requiredVersion) throws ClassNotFoundException
      Throws:
      ClassNotFoundException