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
akka.japi
Interface Predicate<T>
public interface
Predicate<T>
Java API: Defines a criteria and determines whether the parameter meets this criteria.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
test
(
T
param)
Method Detail
test
boolean test(
T
param)
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