package rx.functions; public interface Action2 { void call(T1 t1, T2 t2); }