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 SummaryConstructors Constructor Description TreeBiOperator()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Treeapply(Tree mutatingSeed, Tree tree)static TreeStep.TreeBiOperatorinstance()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.function.BiFunctionandThen
 
- 
 
- 
- 
- 
Method Detail- 
applypublic Tree apply(Tree mutatingSeed, Tree tree) - Specified by:
- applyin interface- BiFunction<Tree,Tree,Tree>
 
 - 
instancepublic static final TreeStep.TreeBiOperator instance() 
 
- 
 
-