| Package | Description |
|---|---|
| com.tinkerpop.gremlin.structure.strategy | |
| com.tinkerpop.gremlin.util.function |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.UnaryOperator<TriFunction<java.lang.String,Vertex,java.lang.Object[],Edge>> |
SequenceStrategy.getAddEdgeStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<TriFunction<java.lang.String,Vertex,java.lang.Object[],Edge>> |
ReadOnlyStrategy.getAddEdgeStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<TriFunction<java.lang.String,Vertex,java.lang.Object[],Edge>> |
PartitionStrategy.getAddEdgeStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<TriFunction<java.lang.String,Vertex,java.lang.Object[],Edge>> |
IdStrategy.getAddEdgeStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
default java.util.function.UnaryOperator<TriFunction<java.lang.String,Vertex,java.lang.Object[],Edge>> |
GraphStrategy.getAddEdgeStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy)
Construct a
TriFunction that enhances the features of
Vertex.addEdge(String, com.tinkerpop.gremlin.structure.Vertex, Object...). |
static <T,U,V,W> java.util.function.UnaryOperator<TriFunction<T,U,V,W>> |
ReadOnlyStrategy.readOnlyTriFunction() |
| Modifier and Type | Method and Description |
|---|---|
default <V> TriFunction<A,B,C,V> |
TriFunction.andThen(java.util.function.Function<? super R,? extends V> after)
Returns a composed function that first applies this function to its input, and then applies the after function
to the result.
|
Copyright © 2013-2015 TinkerPop. All Rights Reserved.