Class TreeStep.TreeBiOperator
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep.TreeBiOperator
-
- All Implemented Interfaces:
Serializable
,BiFunction<Tree,Tree,Tree>
,BinaryOperator<Tree>
public static final class TreeStep.TreeBiOperator extends Object implements BinaryOperator<Tree>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TreeBiOperator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Tree
apply(Tree mutatingSeed, Tree tree)
static TreeStep.TreeBiOperator
instance()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
apply
public Tree apply(Tree mutatingSeed, Tree tree)
- Specified by:
apply
in interfaceBiFunction<Tree,Tree,Tree>
-
instance
public static final TreeStep.TreeBiOperator instance()
-
-