Interface IForwardMap<TInput, TOutput>
Represents a function.
public interface IForwardMap<in TInput, out TOutput>
Type Parameters
TInputThe input type.
TOutputThe output type.
- Extension Methods
Represents a function.
public interface IForwardMap<in TInput, out TOutput>
TInputThe input type.
TOutputThe output type.