Summary
Returns all elements without a value.
- Namespace
- FunctionalSharp
.OptionTypes - Containing Type
- Option
Type Linq Extensions
Syntax
public static IEnumerable<T> WithoutValue<T>(this IEnumerable<IOption<T>> values)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
values | IEnumerable |
Return Value
Type | Description |
---|---|
IEnumerable |