Java org.springframework.data.gemfire.repository.query Predicates fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.gemfire.repository.query Predicates fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.gemfire.repository.query Predicates.

The text is from its open source code.

Method

Predicatesand(final Predicate predicate)
And-concatenates the given Predicate to the current one.
Predicatescreate(Part part, Iterator indexes)
Creates a new Predicate for the given Part and index iterator.
Predicatesor(final Predicate predicate)
Or-concatenates the given Predicate to the current one.