Class RedisIndexDefinition.OrCondition<T>
java.lang.Object
org.springframework.data.redis.core.index.RedisIndexDefinition.OrCondition<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
IndexDefinition.Condition<T>
- Enclosing class:
- RedisIndexDefinition
public static class RedisIndexDefinition.OrCondition<T>
extends Object
implements IndexDefinition.Condition<T>
- Since:
- 1.7
- Author:
- Christoph Strobl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(T value, IndexDefinition.IndexingContext context)
-
Constructor Details
-
OrCondition
-
-
Method Details
-
matches
- Specified by:
matches
in interfaceIndexDefinition.Condition<T>
-