Uses of Interface
com.wavefront.predicates.StringExpression
-
Packages that use StringExpression Package Description com.wavefront.predicates -
-
Uses of StringExpression in com.wavefront.predicates
Classes in com.wavefront.predicates that implement StringExpression Modifier and Type Class Description classTemplateStringExpressionA string template rendered.Methods in com.wavefront.predicates with parameters of type StringExpression Modifier and Type Method Description static PredicateEvalExpressionMultiStringComparisonExpression. of(String scope, StringExpression argument, com.wavefront.predicates.PredicateMatchOp matchOp, String op)static PredicateEvalExpressionStringComparisonExpression. of(StringExpression left, StringExpression right, String op)
-