Duration.minusNanos

Returns a copy of this duration with the specified duration _in nanoseconds subtracted. !(p) This instance is immutable and unaffected by this method call.

@param nanosToSubtract the nanoseconds to subtract, positive or negative @return a {@code Duration} based on this duration with the specified nanoseconds subtracted, not null @throws ArithmeticException if numeric overflow occurs

class Duration
minusNanos

Meta