Exemplo n.º 1
0
 @Override
 public void subscribe(Subscriber<? super OUT> s) {
   if (s == null) throw Exceptions.spec_2_13_exception();
   downstream.subscribe(s);
 }