Package org.eclipse.collections.impl.lazy


package org.eclipse.collections.impl.lazy
This package contains implementations of the LazyIterable interface.

A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.