public class Nullness extends Object
Constructor and Description |
---|
Nullness() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
castNonNull(T ref) |
static <T> T |
castNonNull(T ref,
String message) |
@Pure @EnsuresNonNull(value="#1") public static <T> T castNonNull(T ref)
@Pure @EnsuresNonNull(value="#1") public static <T> T castNonNull(T ref, String message)
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.