de.espirit.common.util
Class Filter.ImpliesFilter<T>

java.lang.Object
  extended by de.espirit.common.util.Filter.ImpliesFilter<T>
All Implemented Interfaces:
Filter<T>, Serializable
Enclosing interface:
Filter<T>

public static final class Filter.ImpliesFilter<T>
extends Object
implements Filter<T>

Since:
4.1.9
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface de.espirit.common.util.Filter
Filter.AndFilter<T>, Filter.CombinedFilter<T>, Filter.EqualFilter<T>, Filter.ImpliesFilter<T>, Filter.NotFilter<T>, Filter.OrFilter<T>, Filter.Util
 
Method Summary
 boolean accept(T element)
          Determines, whether the given element should be accepted by this filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

accept

public boolean accept(T element)
Description copied from interface: Filter
Determines, whether the given element should be accepted by this filter.

Specified by:
accept in interface Filter<T>
Parameters:
element - The element to test.
Since:
4.1.9


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480