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.google.android.exoplayer.util
Interface Predicate<T>
Type Parameters:
T
- The input type of the predicate.
public interface
Predicate<T>
Determines a true of false value for a given input.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
evaluate
(
T
input)
Evaluates an input.
Method Detail
evaluate
boolean evaluate(
T
input)
Evaluates an input.
Parameters:
input
- The input to evaluate.
Returns:
The evaluated result.
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