public static final class Filter.AndFilter<T> extends Filter.CombinedFilter<T>
Filter.AndFilter<T>, Filter.CombinedFilter<T>, Filter.EqualFilter<T>, Filter.ImpliesFilter<T>, Filter.NotFilter<T>, Filter.OrFilter<T>, Filter.TypedFilter<T>, Filter.Util
Modifier and Type | Method and Description |
---|---|
boolean |
accept(T element)
Accepts the questioned element, if all inner filters accept the element.
|
String |
toString()
Provides a textual representation of this filters.
|
public boolean accept(T element)
element
- The element in question.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210