net.metanotion.functor
Class Filter<L extends java.lang.Iterable,E>

java.lang.Object
  extended by net.metanotion.functor.Filter<L,E>
All Implemented Interfaces:
Block<L,java.lang.Iterable<E>>

public final class Filter<L extends java.lang.Iterable,E>
extends java.lang.Object
implements Block<L,java.lang.Iterable<E>>


Constructor Summary
Filter(java.lang.Iterable<java.lang.Integer> exclude)
           
 
Method Summary
 java.lang.Iterable<E> eval(L list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter(java.lang.Iterable<java.lang.Integer> exclude)
Method Detail

eval

public java.lang.Iterable<E> eval(L list)
Specified by:
eval in interface Block<L extends java.lang.Iterable,java.lang.Iterable<E>>