Package io.opencensus.implcore.internal
Class CheckerFrameworkUtils
java.lang.Object
io.opencensus.implcore.internal.CheckerFrameworkUtils
Utility methods for suppressing nullness warnings and working around Checker Framework issues.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
castNonNull
(T arg) Suppresses warnings about a nullable value.
-
Constructor Details
-
CheckerFrameworkUtils
private CheckerFrameworkUtils()
-
-
Method Details
-
castNonNull
Suppresses warnings about a nullable value.
-