Fork me on GitHubEpicdominant domains
APIEpic.MathIMapping<(Of <(<'TDomain, TCodomain>)>)>

IMapping<(Of <(<'TDomain, TCodomain>)>)> Interface
Reppresent a function that associate each instance of TDomain to an instance of TCodomain.

Assembly: Epic.Prelude

Declaration Syntax
C#
public interface IMapping<TDomain, TCodomain>
Generic Template Parameters
TDomain
Type of the objects to map (the pre-image of the mapping).
TCodomain
Type of the objects to map (the image of the mapping).
Members
All MembersMethods    



MemberDescription
ApplyTo(TDomain)
Applies the mapping to element.
blog comments powered by Disqus