JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.commercetools.api.predicates
Interface BinaryPredicate<T extends
Predicate
>
All Superinterfaces:
Predicate
All Known Implementing Classes:
BinaryQueryPredicate
public interface
BinaryPredicate<T extends
Predicate
>
extends
Predicate
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
left
()
String
operator
()
T
right
()
Methods inherited from interface com.commercetools.api.predicates.
Predicate
render
Method Details
left
T
left
()
right
T
right
()
operator
String
operator
()