Java com.google.common.base Verify fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.base Verify fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.base Verify.

The text is from its open source code.

Method

TverifyNotNull(@Nullable T reference)
Ensures that reference is non-null, throwing a VerifyException with a default message otherwise.
TverifyNotNull(@Nullable T reference, @Nullable String errorMessageTemplate, @Nullable Object... errorMessageArgs)
Ensures that reference is non-null, throwing a VerifyException with a custom message otherwise.