JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.amazonaws.services.sqs.buffered
Interface ReceiveQueueBuffer.Predicate<T>
Type Parameters:
T
-
Enclosing class:
ReceiveQueueBuffer
private static interface
ReceiveQueueBuffer.Predicate<T>
Simple interface to represent a condition
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
test
(
T
t)
Method Detail
test
boolean test(
T
t)
Parameters:
t
- Object being evaluated against the condition
Returns:
True if t meets the condition, false if not
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method