JavaScript is disabled on your browser.
Skip navigation links
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
com.swoval.functional
Interface Filter<T>
Type Parameters:
T
- The type of object to filter
public interface
Filter<T>
Generic Filter functional interface.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
accept
(
T
t)
Accept only some instances of
T
.
Method Detail
accept
boolean accept(
T
t)
Accept only some instances of
T
.
Parameters:
t
- The instance to filter
Returns:
true if the instance is accepted
Skip navigation links
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