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
com.google.ical.util
Interface Predicate<T>
public interface
Predicate<T>
A function with a boolean return value useful for filtering.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
apply
(
T
t)
Applies this Predicate to the given object.
Method Detail
apply
boolean apply(
T
t)
Applies this Predicate to the given object.
Parameters:
t
- may be null.
Returns:
the value of this Predicate when applied to input
t
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