Class UncheckedApiPreconditions (1.13.6)

public class UncheckedApiPreconditions

Inheritance

java.lang.Object > UncheckedApiPreconditions

Static Methods

checkArgument(boolean test)

public static void checkArgument(boolean test)
Parameter
Name Description
test boolean
Exceptions
Type Description
ApiException

checkArgument(boolean test, String description)

public static void checkArgument(boolean test, String description)
Parameters
Name Description
test boolean
description String
Exceptions
Type Description
ApiException

checkState(boolean test)

public static void checkState(boolean test)
Parameter
Name Description
test boolean
Exceptions
Type Description
ApiException

checkState(boolean test, String description)

public static void checkState(boolean test, String description)
Parameters
Name Description
test boolean
description String
Exceptions
Type Description
ApiException