whereNotNull method

List<T> whereNotNull()

Implementation

List<T> whereNotNull() {
  return whereType<T>().toList();
}