org.ehcache.function
Interface Predicate<V>

Type Parameters:
V - the predicate value type
All Known Subinterfaces:
EvictionVeto<K,V>

public interface Predicate<V>

A predicate function.


Method Summary
 boolean test(V argument)
          Returns true if the argument passes the predicate.
 

Method Detail

test

boolean test(V argument)
Returns true if the argument passes the predicate.

Parameters:
argument - the predicate argument
Returns:
true for a passing argument