interface IFunc<TR, each TP>

Inherits from: IMutatingFunc<TR, TP>

Description

Represents an interface for a function that can take multiple parameters. This interface inherits from IMutatingFunc but is used for non-mutating functions.

Generic Parameters

TR

TP

Methods