Namespace Fluency.Execution.Functions
Classes
ExecutableNode
ExecutableNode<T>
UserDefinedFunction
UserFunctionStub
Implements the behavior where user-defined functions "expand" the first time a value is requested.
Value
Represents a value that Fluency functions operate on.
Interfaces
IBottomIn
A Fluency function that reads from the bottom input.
IBottomOut
A Fluency function that writes to the bottom output.
ICanTieBreak
IFunction
A Fluency function.
ITopIn
A Fluency function that reads from the top input.
ITopOut
A Fluency function that writes to the top output.
Delegates
GetNext
A function that, when called, returns the next element in the corresponding pipeline.