cleanup method

SimpleInput<T> cleanup(
  1. OnlineAction after
)

Implementation

SimpleInput<T> cleanup(OnlineAction after) {
  this.cleanup_action = after;
  return this;
}