Class

org.sisioh.baseunits.scala.time

MonthlyFixedDateSpecification

Related Doc: package time

Permalink

class MonthlyFixedDateSpecification extends MonthlyDateSpecification

毎月?日を表す日付仕様。

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MonthlyFixedDateSpecification
  2. MonthlyDateSpecification
  3. DateSpecification
  4. Specification
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def and(specification: Specification[CalendarDate]): Specification[CalendarDate]

    Permalink

    Create a new specification that is the AND operation of this specification and another specification.

    Create a new specification that is the AND operation of this specification and another specification.

    specification

    Specification to AND.

    returns

    A new specification.

    Definition Classes
    Specification
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def firstOccurrenceIn(interval: CalendarInterval): Option[CalendarDate]

    Permalink

    指定した期間の中で、この日付仕様を満たす最初の年月日を返す。

    指定した期間の中で、この日付仕様を満たす最初の年月日を返す。

    interval

    期間

    returns

    年月日。但し、仕様を満たす日がなかった場合はNone

    Definition Classes
    MonthlyDateSpecificationDateSpecification
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def isSatisfiedBy(date: CalendarDate): Boolean

    Permalink

    与えた日付が、この日付仕様を満たすかどうか検証する。

    与えた日付が、この日付仕様を満たすかどうか検証する。

    date

    検証対象の日付

    returns

    仕様を満たす場合はtrue、そうでない場合はfalse

    Definition Classes
    MonthlyFixedDateSpecificationDateSpecificationSpecification
  15. def iterateOver(interval: CalendarInterval): Iterator[CalendarDate]

    Permalink

    指定した期間の中で、この日付仕様を満たす年月日を順次取得する反復子を返す。

    指定した期間の中で、この日付仕様を満たす年月日を順次取得する反復子を返す。

    interval

    期間

    returns

    反復子

    Definition Classes
    MonthlyDateSpecificationDateSpecification
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def not: Specification[CalendarDate]

    Permalink

    Create a new specification that is the NOT operation of this specification.

    Create a new specification that is the NOT operation of this specification.

    returns

    A new specification.

    Definition Classes
    Specification
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def ofYearMonth(month: CalendarYearMonth): CalendarDate

    Permalink

    指定した年月においてこの日付仕様を満たす年月日を返す。

    指定した年月においてこの日付仕様を満たす年月日を返す。

    month

    年月

    returns

    org.sisioh.baseunits.scala.time.CalendarDate

    Definition Classes
    MonthlyFixedDateSpecificationMonthlyDateSpecification
  21. def or(specification: Specification[CalendarDate]): Specification[CalendarDate]

    Permalink

    Create a new specification that is the OR operation of this specification and another specification.

    Create a new specification that is the OR operation of this specification and another specification.

    specification

    Specification to OR.

    returns

    A new specification.

    Definition Classes
    Specification
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MonthlyDateSpecification

Inherited from DateSpecification

Inherited from Specification[CalendarDate]

Inherited from AnyRef

Inherited from Any

Ungrouped