Class MeanGlobalStep.MeanGlobalBiOperator<S extends Number>
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep.MeanGlobalBiOperator<S>
 
- 
- All Implemented Interfaces:
- Serializable,- BiFunction<S,S,S>,- BinaryOperator<S>
 - Enclosing class:
- MeanGlobalStep<S extends Number,E extends Number>
 
 public static final class MeanGlobalStep.MeanGlobalBiOperator<S extends Number> extends Object implements BinaryOperator<S>, Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description MeanGlobalBiOperator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Sapply(S mutatingSeed, S number)- 
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
 
- 
 
-