implicit class LocalDateWithHolidays extends AnyRef
- Annotations
- @implicitNotFound( ... )
- Alphabetic
- By Inheritance
- LocalDateWithHolidays
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new LocalDateWithHolidays(wrapped: LocalDate)(implicit bankHolidays: BankHolidaySet)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isBankHoliday: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isWeekendDay: Boolean
- def isWorkingDay: Boolean
-
def
minusWorkingDays(days: Int): LocalDate
Returns a copy of this date minus the specified number of working days to the LocalDate.
Returns a copy of this date minus the specified number of working days to the LocalDate. Will skip weekends and bank holidays.
- days
the amount of days to subtract, may be negative
- returns
the new LocalDate minus the increased working days
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
plusWorkingDays(days: Int): LocalDate
Returns a copy of this date plus the specified number of working days to the LocalDate.
Returns a copy of this date plus the specified number of working days to the LocalDate. Will skip weekends and bank holidays.
- days
the amount of days to add, may be negative
- returns
the new LocalDate plus the increased working days
-
def
rollBackWorkingDay: LocalDate
Returns the previous working day for the current date.
Returns the previous working day for the current date. Will skip weekends and bank holidays.
- returns
the LocalDate that represents the previous working day
-
def
rollForwardWorkingDay: LocalDate
Returns the next working day for the current date.
Returns the next working day for the current date. Will skip weekends and bank holidays.
- returns
the LocalDate that represents the next working day
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()