DotNext by .NET Foundation and Contributors

<PackageReference Include="DotNext" Version="4.11.0" />

 IFunctional<TDelegate>

public interface IFunctional<TDelegate> where TDelegate : Delegate
Represents root interface for all functional interfaces.
TDelegate ToDelegate()

Converts functional object to the delegate.