static Runnable rClose(final AutoCloseable c) {
  ret c == null ? null : r { close(c) };
}