ISupplier<TResult> public interface ISupplier<TResult> : IFunctional<Func<TResult>> Represents functional interface returning arbitrary value. Documentation Code ISupplier<TResult> NullOrDefault { get; } Gets a supplier of default value for type TResult. TResult Invoke() Invokes the supplier.