Represents functional interface returning arbitrary value and accepting the two arguments.
Namespace: DotNext Assembly: DotNext.dll Syntaxpublic interface ISupplier<in T1, in T2, out TResult> : IFunctional<Func<T1, T2, TResult>>
Type Parameters Name Description T1
The type of the first argument.
T2The type of the second argument.
TResultThe type of the result.
Methods | Edit this page View Source Invoke(T1, T2)Invokes the supplier.
DeclarationTResult Invoke(T1 arg1, T2 arg2)
Parameters Type Name Description T1 arg1
The first argument.
T2 arg2The second argument.
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