Package akka.japi
Interface Predicate<T>
-
public interface Predicate<T>
Java API: Defines a criteria and determines whether the parameter meets this criteria.This class is kept for compatibility, but for future API's please prefer
Predicate
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(T param)
-
-
-
Method Detail
-
test
boolean test(T param)
-
-