Ejemplo n.º 1
0
 public Builder with(@CheckForNull Node node) {
   if (node != null) {
     return with(node.toComputer());
   }
   return this;
 }