Class BooleanComparisonPredicateBuilder<T>
java.lang.Object
com.commercetools.api.predicates.query.BooleanComparisonPredicateBuilder<T>
- All Implemented Interfaces:
ComparisonPredicateBuilder<T,,Boolean> EqualityPredicateBuilder<T,,Boolean> InequalityPredicateBuilder<T,,Boolean> IsDefinedPredicateBuilder<T,,Boolean> NotEqualPredicateBuilder<T,Boolean>
public class BooleanComparisonPredicateBuilder<T>
extends Object
implements ComparisonPredicateBuilder<T,Boolean>
-
Constructor Summary
ConstructorsConstructorDescriptionBooleanComparisonPredicateBuilder(BinaryQueryPredicate predicate, Function<QueryPredicate, CombinationQueryPredicate<T>> combinationFn) -
Method Summary
Modifier and TypeMethodDescriptiondefault CombinationQueryPredicate<T>is(PredicateOperator operator, VariableQueryPredicate value) create a predicate with the supplied operator and variable name predicatedefault CombinationQueryPredicate<T>is(PredicateOperator operator, Boolean value) create a predicate with the supplied operator and valueMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.commercetools.api.predicates.query.EqualityPredicateBuilder
is, isVarMethods inherited from interface com.commercetools.api.predicates.query.InequalityPredicateBuilder
isGreaterThan, isGreaterThanOrEqual, isGreaterThanOrEqualVar, isGreaterThanVar, isLessThan, isLessThanOrEqual, isLessThanOrEqualVar, isLessThanVarMethods inherited from interface com.commercetools.api.predicates.query.IsDefinedPredicateBuilder
isDefined, isNotDefinedMethods inherited from interface com.commercetools.api.predicates.query.NotEqualPredicateBuilder
isNot, isNotVar
-
Constructor Details
-
BooleanComparisonPredicateBuilder
public BooleanComparisonPredicateBuilder(BinaryQueryPredicate predicate, Function<QueryPredicate, CombinationQueryPredicate<T>> combinationFn)
-
-
Method Details
-
predicate
BinaryQueryPredicate predicate() -
combinationFn
Function<QueryPredicate,CombinationQueryPredicate<T>> combinationFn() -
format
-
is
create a predicate with the supplied operator and value- Parameters:
operator- the predicate operatorvalue- the comparison value- Returns:
- a combination predicate
-
is
create a predicate with the supplied operator and variable name predicate- Parameters:
operator- the predicate operatorvalue- the variable name predicate- Returns:
- a combination predicate
-
predicate
-
combinationFn
-
format
-