Table of Contents

Interface IBinaryOperator

Namespace
Gremlin.Net.Process.Traversal
Assembly
Gremlin.Net.dll

Represents an operation upon two operands of the same type, producing a result of the same type as the operands. This is a specialization of IBiFunction for the case where the operands and the result are all of the same type.

public interface IBinaryOperator : IBiFunction