group method

Unit<D> group(
  1. Prefix prefix
)

Returns a prefixed version of this unit.

Implementation

Unit<D> group(Prefix prefix) => prefix.apply(this);