package cz.cuni.lf1.lge.ThunderSTORM.util; public interface IBinaryTransform<T> { void map(T a, T b); }