Interface BinaryPredicate<T extends Predicate>

All Superinterfaces:
Predicate
All Known Implementing Classes:
BinaryQueryPredicate

public interface BinaryPredicate<T extends Predicate> extends Predicate
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     

    Methods inherited from interface com.commercetools.api.predicates.Predicate

    render
  • Method Details

    • left

      T left()
    • right

      T right()
    • operator

      String operator()