Class Expand
Reads a function f from the top pipeline and expands in place, replacing itself with f and passing its arguments to f.
Inheritance
System.Object
Expand
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fluency.Execution.Functions.BuiltIn
Assembly: Execution.dll
Syntax
public class Expand : ITopIn, ITopOut, IBottomIn, IBottomOut, IFunction
Constructors
| Improve this Doc View SourceExpand(Value[], Value[], IFunctionResolver)
Declaration
public Expand(Value[] topArguments, Value[] bottomArguments, IFunctionResolver linker)
Parameters
| Type | Name | Description |
|---|---|---|
| Value[] | topArguments | |
| Value[] | bottomArguments | |
| IFunctionResolver | linker |
Properties
| Improve this Doc View SourceBottomInput
Declaration
public GetNext BottomInput { set; }
Property Value
| Type | Description |
|---|---|
| GetNext |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
TopInput
Declaration
public GetNext TopInput { set; }
Property Value
| Type | Description |
|---|---|
| GetNext |
Methods
| Improve this Doc View SourceBottom()
Declaration
public Value Bottom()
Returns
| Type | Description |
|---|---|
| Value |
EnsureValue()
Declaration
public bool EnsureValue()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Top()
Declaration
public Value Top()
Returns
| Type | Description |
|---|---|
| Value |