@Deprecated public interface PairSink<A,B>
void
left(A a)
pair(A a, B b)
right(B b)
void left(A a)
void right(B b)
void pair(A a, B b)
see also the complete user documentation .