also method
T
also(
- void operation_for(
- T self
Implementation
T also(void Function(T self) operation_for) {
operation_for(this);
return this;
}
T also(void Function(T self) operation_for) {
operation_for(this);
return this;
}