play.libs
Interface F.Predicate<A>

Enclosing class:
F

public static interface F.Predicate<A>

A Predicate (boolean-valued function) with a single argument.


Method Summary
 boolean test(A a)
           
 

Method Detail

test

boolean test(A a)
             throws java.lang.Throwable
Throws:
java.lang.Throwable