Namespace LfrlAnvil.Functional.Delegates
Delegates
- OutFunc<TResult>
Represents a delegate that returns bool and has a single out parameter of
TResult
type.
- OutFunc<T1, TResult>
Represents a delegate that returns bool and has two parameters with the last one being an out parameter of
TResult
type.
- OutFunc<T1, T2, TResult>
Represents a delegate that returns bool and has three parameters with the last one being an out parameter of
TResult
type.
- OutFunc<T1, T2, T3, TResult>
Represents a delegate that returns bool and has four parameters with the last one being an out parameter of
TResult
type.