Table of Contents

Class FilteredFunction

Namespace
StepLang.Framework.Pure
Assembly
StepLang.dll
public class FilteredFunction : ListManipulationFunction
Inheritance
FilteredFunction
Inherited Members

Constructors

FilteredFunction()

public FilteredFunction()

Fields

Identifier

public const string Identifier = "filtered"

Field Value

string

Methods

EvaluateListManipulation(TokenLocation, Interpreter, IEnumerable<ExpressionNode[]>, FunctionDefinition)

protected override IEnumerable<ExpressionResult> EvaluateListManipulation(TokenLocation callLocation, Interpreter interpreter, IEnumerable<ExpressionNode[]> arguments, FunctionDefinition callback)

Parameters

callLocation TokenLocation
interpreter Interpreter
arguments IEnumerable<ExpressionNode[]>
callback FunctionDefinition

Returns

IEnumerable<ExpressionResult>