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 Summary
Constructors Constructor Description MeanGlobalBiOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description S
apply(S mutatingSeed, S number)
-
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
-
-