Package com.wavefront.predicates
Class ExpressionPredicate<T>
- java.lang.Object
-
- com.wavefront.predicates.ExpressionPredicate<T>
-
- All Implemented Interfaces:
Predicate<T>
public class ExpressionPredicate<T> extends Object implements Predicate<T>
PredicateEvalExpressiontoPredicateadapter.- Author:
- vasily@wavefront.com.
-
-
Constructor Summary
Constructors Constructor Description ExpressionPredicate(PredicateEvalExpression wrapped)
-
-
-
Constructor Detail
-
ExpressionPredicate
public ExpressionPredicate(PredicateEvalExpression wrapped)
-
-