fluentOptionals icon indicating copy to clipboard operation
fluentOptionals copied to clipboard

a lightweight & fluent Option/Optional/Maybe Implementation for .Net & Mono

Results 2 fluentOptionals issues
Sort by recently updated
recently updated
newest added

`ToOptionalList` returns an `IEnumerable`. Therefore this name is misleading. Consider using something like `ToOptionalSequence`.

api improvement

The extension method to create optionals misses a `this`. Additionally, this method does not seem to bring any additional benefit.

api improvement