Show / Hide Table of Contents

Interface INotifySplit<T>

Denotes an incremental split

Namespace: NMF.Expressions
Assembly: NMF.Expressions.Linq.dll
Syntax
public interface INotifySplit<T>
Type Parameters
Name Description
T

The element type

Properties

| Edit this page View Source

Empty

Indicates whether the split is empty

Declaration
INotifyValue<bool> Empty { get; }
Property Value
Type Description
INotifyValue<bool>
| Edit this page View Source

Head

Gets the head of the split

Declaration
INotifyValue<T> Head { get; }
Property Value
Type Description
INotifyValue<T>
| Edit this page View Source

Tail

Gets the tail of the split

Declaration
INotifyValue<INotifySplit<T>> Tail { get; }
Property Value
Type Description
INotifyValue<INotifySplit<T>>

Extension Methods

ExpressionExtensions.AsOne<T>(T)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX