- checkArgument(boolean) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Arg<?>, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Arg<?>, Arg<?>, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Arg<?>...) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkNotNull(T) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures that an Object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures that an Object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures that an Object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Arg<?>, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures that an Object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Arg<?>, Arg<?>, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures that an Object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Arg<?>...) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures that an Object reference passed as a parameter to the calling method is not null.
- checkState(boolean) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkState(boolean, String, Arg<?>, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkState(boolean, String, Arg<?>, Arg<?>, Arg<?>) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkState(boolean, String, Arg<?>...) - Static method in class com.palantir.logsafe.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- com.palantir.logsafe - package com.palantir.logsafe
-
- com.palantir.logsafe.exceptions - package com.palantir.logsafe.exceptions
-