Interface IFunc<T,​TResult>

  • Type Parameters:
    T - the generic type
    TResult - the generic type

    public interface IFunc<T,​TResult>
    The Interface Func.
    • Method Detail

      • func

        TResult func​(T arg)
        Func.
        Parameters:
        arg - the arg
        Returns:
        the t result