bool isNotNull(T element) { return element != null; } bool isNull(T element) { return element == null; }