denull method

Iterable<T> denull()

Implementation

Iterable<T> denull() {
	return this.cast<T>();
}