Interface IndexDefinition.Condition<T>
- Type Parameters:
T
-
- All Known Implementing Classes:
RedisIndexDefinition.OrCondition
,RedisIndexDefinition.PathCondition
- Enclosing interface:
- IndexDefinition
public static interface IndexDefinition.Condition<T>
- Since:
- 1.7
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(T value, IndexDefinition.IndexingContext context)
-
Method Details
-
matches
-