Search Results for

    Show / Hide Table of Contents

    Interface IBinaryOperator

    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.

    Namespace: Gremlin.Net.Process.Traversal
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IBinaryOperator : IBiFunction
    In This Article
    Back to top Copyright © 2018 The Apache Software Foundation