also method

T also(
  1. Method<T, void> e
)

Implementation

T also(final Method<T, void> e) {
  e(this);
  return this;
}