public interface Filter<T>
Repository operations to filter out not needed content.
TODO most likely it would need to be implemented by repository specific classes to
accommodate repository specific features.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T object) |
boolean accept(T object)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.