Show / Hide Table of Contents

Struct SFunc<T1, TResult>

Implements
IFunc<T1, TResult>
Namespace: Towel
Assembly: Towel.dll
Syntax
public struct SFunc<T1, TResult> : IFunc<T1, TResult>
Type Parameters
Name Description
T1
TResult

Methods

| Improve this Doc View Source

Invoke(T1)

Declaration
public TResult Invoke(T1 arg1)
Parameters
Type Name Description
T1 arg1
Returns
Type Description
TResult

Operators

| Improve this Doc View Source

Implicit(Func<T1, TResult> to SFunc<T1, TResult>)

Wraps an in an SFunc<T1, TResult>.

Declaration
public static implicit operator SFunc<T1, TResult>(Func<T1, TResult> func)
Parameters
Type Name Description
Func<T1, TResult> func

The wrapped in an SFunc<T1, TResult>.

Returns
Type Description
SFunc<T1, TResult>

Implements

IFunc<T1, TResult>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX