change method

Unit<D> change(
  1. Prefix from,
  2. Prefix to
)

Replaces prefix from with to.

Implementation

Unit<D> change(Prefix from, Prefix to) => ungroup(from).group(to);