Search Results for

    Show / Hide Table of Contents

    Interface ILambda

    Represents a lambda.

    Namespace: Gremlin.Net.Process.Traversal
    Assembly: Gremlin.Net.dll
    Syntax
    public interface ILambda : IPredicate, IUnaryOperator, IFunction, IBinaryOperator, IBiFunction, IComparator, IConsumer, ISupplier

    Properties

    Arguments

    Gets the arguments of this lambda.

    Declaration
    int Arguments { get; }
    Property Value
    Type Description
    int

    LambdaExpression

    Gets the lambda expression.

    Declaration
    string LambdaExpression { get; }
    Property Value
    Type Description
    string

    Language

    Gets the language of this lambda.

    Declaration
    string Language { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Copyright © 2018 The Apache Software Foundation