withMethodAdjustments method

CalculationParameters withMethodAdjustments(
  1. PrayerAdjustments adjustments
)

Set the method adjustments for the current calculation parameters adjustments the prayer adjustments return this calculation parameters instance

Implementation

CalculationParameters withMethodAdjustments(PrayerAdjustments adjustments) {
  methodAdjustments = adjustments;
  return this;
}