JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.fhg.igd.mongomvcc.helper
Interface Filter<T>
Type Parameters:
T
- the type of the elements to filter
public interface
Filter<T>
Filters elements
Method Summary
Methods
Modifier and Type
Method and Description
boolean
filter
(
T
t)
Checks if the given element passes the filter
Method Detail
filter
boolean filter(
T
t)
Checks if the given element passes the filter
Parameters:
t
- the element
Returns:
true if the element passes the filter, false otherwise
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method