OptionExtensions Class

Summary

contains extensionmethods for the option type
Namespace
FunctionalSharp.OptionTypes
Base Types
  • object
graph TD Base0["object"]-->Type Type["OptionExtensions"] class Type type-node

Syntax

public static class OptionExtensions

Methods

Name Value Summary
ToOption<T>(T) IOption<T>
Turns the type T into an option type.
static