E - the type of the elementspublic final class FindAllIterable<E>
extends java.lang.Object
implements java.lang.Iterable<E>
FindAllIterable iterates elements which are true returned by the
block.| Constructor and Description |
|---|
FindAllIterable(java.lang.Iterable<? extends E> iter,
BooleanBlock<? super E> block)
Creates a
FindAllIterable. |
public FindAllIterable(java.lang.Iterable<? extends E> iter, BooleanBlock<? super E> block)
FindAllIterable.iter - an Iterableblock - to check elementsjava.lang.NullPointerException - if iter or block is null