Returns a new supervisor that performs the function of this supervisor, and the function of the specified supervisor, producing a tuple of the outputs produced by both supervisors.
Maps this supervisor to another one, which has the same effect, but whose value has been transformed by the specified function.
A
Supervisor[A]is allowed to supervise the launching and termination of fibers, producing some visible value of typeAfrom the supervision.