akka.japi
Interface Predicate<T>


public interface Predicate<T>

Java API: Defines a criteria and determines whether the parameter meets this criteria.


Method Summary
 boolean test(T param)
           
 

Method Detail

test

boolean test(T param)