Func
Provides extension methods for delegate Func<T> and
predefined functions.
Converts Func<T, U> into Converter<T, U>.
Converts Func<T, U> into predicate.
The function which returns input argument
without any modifications.
The converter which returns input argument
without any modifications.
Returns predicate checking that input argument
is not null.
Returns predicate implementing nullability check.