| Package | Description |
|---|---|
| com.tinkerpop.gremlin.structure.strategy | |
| com.tinkerpop.gremlin.structure.util |
| Modifier and Type | Method and Description |
|---|---|
<V> java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.String>> |
SequenceStrategy.getPropertyKeyStrategy(StrategyContext<StrategyProperty<V>> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.String>> |
GraphStrategy.getPropertyKeyStrategy(StrategyContext<StrategyProperty<V>> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of Property.key(). |
<V> java.util.function.UnaryOperator<java.util.function.Supplier<V>> |
SequenceStrategy.getPropertyValueStrategy(StrategyContext<StrategyProperty<V>> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Supplier<V>> |
GraphStrategy.getPropertyValueStrategy(StrategyContext<StrategyProperty<V>> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of Property.value(). |
<V> java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Void>> |
SequenceStrategy.getRemovePropertyStrategy(StrategyContext<StrategyProperty<V>> ctx,
GraphStrategy composingStrategy) |
<V> java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Void>> |
ReadOnlyStrategy.getRemovePropertyStrategy(StrategyContext<StrategyProperty<V>> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Void>> |
GraphStrategy.getRemovePropertyStrategy(StrategyContext<StrategyProperty<V>> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of Property.remove(). |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
StringFactory.graphStrategyPropertyString(StrategyProperty property) |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.