Summary
Provides extension methods for IEnumerable of IOption of T.
- Namespace
- FunctionalSharp
.OptionTypes - Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["OptionTypeLinqExtensions"]
class Type type-node
Syntax
public static class OptionTypeLinqExtensions
Methods
Name | Value | Summary |
---|---|---|
ToNullable |
IEnumerable |
Turns all items into nullable values.
static
|
WithoutValue |
IEnumerable |
Returns all elements without a value.
static
|
WithValue |
IEnumerable |
Returns all elements with a value.
static
|