Header menu logo FSharp.Data.Adaptive

SetOperation Module

Functional operators for SetOperation<_>

Functions and values

Function or value Description

add v

Full Usage: add v

Parameters:
    v : 'T

Returns: SetOperation<'T>
Modifiers: inline
Type parameters: 'T

Creates an add operation (reference delta +1)

v : 'T
Returns: SetOperation<'T>

create cnt v

Full Usage: create cnt v

Parameters:
    cnt : int
    v : 'T

Returns: SetOperation<'T>
Modifiers: inline
Type parameters: 'T

Creates a new SetOperation

cnt : int
v : 'T
Returns: SetOperation<'T>

inverse d

Full Usage: inverse d

Parameters:
Returns: SetOperation<'T>
Modifiers: inline
Type parameters: 'T

Inverts the operation.

d : SetOperation<'T>
Returns: SetOperation<'T>

map mapping op

Full Usage: map mapping op

Parameters:
Returns: SetOperation<'B>

Applies a mapping function to the operation's value.

mapping : 'A -> 'B
op : SetOperation<'A>
Returns: SetOperation<'B>

rem v

Full Usage: rem v

Parameters:
    v : 'T

Returns: SetOperation<'T>
Modifiers: inline
Type parameters: 'T

Creates a remove operation (reference delta -1)

v : 'T
Returns: SetOperation<'T>

Type something to start searching.