com.netflix.infix
Interface ValuePredicate<T>

All Superinterfaces:
com.google.common.base.Predicate<T>
All Known Implementing Classes:
BooleanValuePredicate, NullValuePredicate, NumericValuePredicate, RegexValuePredicate, StringValuePredicate, TimeMillisValuePredicate, TimeRangeValuePredicate, TimeStringValuePredicate, XPathValuePredicate

public interface ValuePredicate<T>
extends com.google.common.base.Predicate<T>


Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from interface com.google.common.base.Predicate
apply
 

Method Detail

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

boolean equals(java.lang.Object o)
Specified by:
equals in interface com.google.common.base.Predicate<T>
Overrides:
equals in class java.lang.Object