Class FoldStep.FoldBiOperator<E>
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.FoldStep.FoldBiOperator<E>
 
- 
- All Implemented Interfaces:
- Serializable,- BiFunction<E,E,E>,- BinaryOperator<E>
 
 public static class FoldStep.FoldBiOperator<E> extends Object implements BinaryOperator<E>, Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FoldBiOperator(BiFunction biFunction)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Eapply(E seed, E other)- 
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
 
- 
 
- 
- 
- 
Constructor Detail- 
FoldBiOperatorpublic FoldBiOperator(BiFunction biFunction) 
 
- 
 
-