Table of Contents

Interface ILambda

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

Represents a lambda.

public interface ILambda : IPredicate, IUnaryOperator, IFunction, IBinaryOperator, IBiFunction, IComparator, IConsumer, ISupplier

Properties

Arguments

Gets the arguments of this lambda.

int Arguments { get; }

Property Value

int

LambdaExpression

Gets the lambda expression.

string LambdaExpression { get; }

Property Value

string

Language

Gets the language of this lambda.

string Language { get; }

Property Value

string