Represents functional interface returning arbitrary value.
Namespace: DotNext Assembly: DotNext.dll Syntaxpublic interface ISupplier<out TResult> : IFunctional<Func<TResult>>
Type Parameters Name Description TResult
The type of the result.
Properties | Edit this page View Source NullOrDefaultGets a supplier of default value for type TResult
.
public static ISupplier<out TResult?> NullOrDefault { get; }
Property Value Methods | Edit this page View Source Invoke()
Invokes the supplier.
Declaration Returns Type Description TResultThe value returned by this supplier.
Extension MethodsRetroSearch 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