T - public static class RedisIndexDefinition.OrCondition<T> extends Object implements IndexDefinition.Condition<T>
| Constructor and Description |
|---|
OrCondition(Collection<IndexDefinition.Condition<T>> conditions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(T value,
IndexDefinition.IndexingContext context) |
public OrCondition(Collection<IndexDefinition.Condition<T>> conditions)
public boolean matches(T value, IndexDefinition.IndexingContext context)
matches in interface IndexDefinition.Condition<T>Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.