Class BinaryQueryPredicate
java.lang.Object
com.commercetools.api.predicates.query.BinaryQueryPredicate
- All Implemented Interfaces:
BinaryPredicate<QueryPredicate>,Predicate,QueryPredicate
public class BinaryQueryPredicate
extends Object
implements BinaryPredicate<QueryPredicate>, QueryPredicate
-
Constructor Summary
ConstructorsConstructorDescriptionBinaryQueryPredicate(QueryPredicate left, QueryPredicate right, String operator) -
Method Summary
Modifier and TypeMethodDescriptionleft()left(QueryPredicate predicate) static BinaryQueryPredicateof()operator()render()right()right(QueryPredicate predicate)
-
Constructor Details
-
BinaryQueryPredicate
-
BinaryQueryPredicate
public BinaryQueryPredicate()
-
-
Method Details
-
left
- Specified by:
leftin interfaceBinaryPredicate<QueryPredicate>
-
right
- Specified by:
rightin interfaceBinaryPredicate<QueryPredicate>
-
operator
- Specified by:
operatorin interfaceBinaryPredicate<QueryPredicate>
-
left
-
right
-
operator
-
render
-
of
-