public interface Action2<In1,In2>
void
call(In1 a, In2 b)
static <In1, In2> Action2<In1,In2>
doNothing()