|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.filter.ConditionalFilter<E>
public class ConditionalFilter<E>
Filter that evaluates a Condition on each candidate.
Created: 16.06.2007 12:30:26
| Constructor Summary | |
|---|---|
ConditionalFilter(Condition<E> condition)
|
|
| Method Summary | |
|---|---|
boolean |
accept(E candidate)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConditionalFilter(Condition<E> condition)
| Method Detail |
|---|
public boolean accept(E candidate)
accept in interface Filter<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||