クラス Nullness
java.lang.Object
org.postgresql.util.internal.Nullness
The methods in this class allow to cast nullable reference to a non-nullable one.
This is an internal class, and it is not meant to be used as a public API.
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明static <T extends @Nullable Object>
@NonNull TcastNonNull
(@Nullable T ref) static <T extends @Nullable Object>
@NonNull TcastNonNull
(@Nullable T ref, String message)
-
コンストラクタの詳細
-
Nullness
public Nullness()
-
-
メソッドの詳細
-
castNonNull
@Pure @EnsuresNonNull("#1") public static <T extends @Nullable Object> @NonNull T castNonNull(@Nullable T ref) -
castNonNull
-