A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://dotnet.github.io/dotNext/api/DotNext.ISupplier-1.html below:

Interface ISupplier<TResult> | .NEXT

Interface ISupplier<TResult>

Represents functional interface returning arbitrary value.

Namespace: DotNext Assembly: DotNext.dll Syntax
public interface ISupplier<out TResult> : IFunctional<Func<TResult>>
Type Parameters Name Description TResult

The type of the result.

Properties | Edit this page View Source NullOrDefault

Gets a supplier of default value for type TResult.

Declaration
public static ISupplier<out TResult?> NullOrDefault { get; }
Property Value Methods | Edit this page View Source Invoke()

Invokes the supplier.

Declaration Returns Type Description TResult

The value returned by this supplier.

Extension Methods

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4