Class Sieved<E>

java.lang.Object
org.dmfs.jems2.iterable.Sieved<E>
All Implemented Interfaces:
Iterable<E>

public final class Sieved<E> extends Object implements Iterable<E>
Iterable decorator which iterates all elements of the delegate which satisfy a given Predicate.