NullableExtensions Class

Provides extension methods for the NullableT structure, and for nullable reference types.

Definition

Namespace: Ookii.Common
Assembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
C#
public static class NullableExtensions
Inheritance
Object    NullableExtensions

Methods

MapT, TResult(T, NullableExtensionsClassToStructFuncT, TResult) Applies a mapping function to a value that may be .
MapT, TResult(T, FuncT, TResult) Applies a mapping function to a value that may be .
MapT, TResult(NullableT, NullableExtensionsStructToClassFuncT, TResult) Applies a mapping function to a value that may be .
MapT, TResult(NullableT, ReadOnlySpanFuncT, TResult) Applies a mapping function to a value that may be .
MapT, TResult(NullableT, SpanFuncT, TResult) Applies a mapping function to a value that may be .
MapT, TResult(NullableT, FuncT, TResult) Applies a mapping function to a value that may be .
MapT, TResult(T, ReadOnlySpanFuncT, TResult) Applies a mapping function to a value that may be .
MapT, TResult(T, SpanFuncT, TResult) Applies a mapping function to a value that may be .

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also