FSharp.Data.GraphQL


Set

Namespace: FSharp.Data.GraphQL

Functions and values

Function or valueDescription
collect f set
Signature: f:('?8823 -> Set<'?8824>) -> set:Set<'?8823> -> Set<'?8824>
Type parameters: '?8823, '?8824

Maps over each of the elements, applying function over each one of them to generate new Set. Sets generated this way are then flattened into single output set.

Fork me on GitHub