IndexListDelta<'T> Type
Represents the difference of two IndexLists.
Instance members
Instance member | Description |
Full Usage:
this.Add
Parameters:
Index
op : ElementOperation<'T>
Returns: IndexListDelta<'T>
|
|
Full Usage:
this.Choose
Parameters:
Index -> ElementOperation<'T> -> ElementOperation<'T2> option
Returns: IndexListDelta<'T2>
|
|
Full Usage:
this.Collect
Parameters:
Index -> ElementOperation<'T> -> IndexListDelta<'T2>
Returns: IndexListDelta<'T2>
|
|
|
|
Full Usage:
this.Count
Returns: int
|
|
Full Usage:
this.Filter
Parameters:
Index -> ElementOperation<'T> -> bool
Returns: IndexListDelta<'T>
|
|
|
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
Full Usage:
this.Map
Parameters:
Index -> ElementOperation<'T> -> ElementOperation<'T2>
Returns: IndexListDelta<'T2>
|
|
Full Usage:
this.MapMonotonic
Parameters:
Index -> ElementOperation<'T> -> Index * ElementOperation<'T2>
Returns: IndexListDelta<'T2>
|
|
|
|
|
|
|
|
|
|
Static members
Static member | Description |
|
|