$this
public function custom(string $processor, ...$args) : static { array_unshift($this->stack, $processor, ...$args); return $this; }