cubic static method

VolumeInterpreter cubic(
  1. DistanceInterpreter distanceInterpreter
)

Produces an interpreter for the cube of a provided unit.

Implementation

static VolumeInterpreter cubic(
        final DistanceInterpreter distanceInterpreter) =>
    VolumeInterpreter.cubed(distanceInterpreter);