// interfejs 'mappera' (konwertera?) przyjmujacego elementy typu T i zwracajacy typ S public interface Mapper { public S map(T element); }