Returns a copy of this {@code LocalTime} with the specified number of minutes added.
!(p)
This adds the specified number of minutes to this time, returning a new time.
The calculation wraps around midnight.
!(p)
This instance is immutable and unaffected by this method call.
@param minutesToAdd the minutes to add, may be negative
@return a {@code LocalTime} based on this time with the minutes added, not null
Returns a copy of this {@code LocalTime} with the specified number of minutes added. !(p) This adds the specified number of minutes to this time, returning a new time. The calculation wraps around midnight. !(p) This instance is immutable and unaffected by this method call.
@param minutesToAdd the minutes to add, may be negative @return a {@code LocalTime} based on this time with the minutes added, not null