Packages

c

codes.reactive.scalatime.impl

TemporalAccessorOps

final case class TemporalAccessorOps(underlying: TemporalAccessor) extends AnyVal with Product with Serializable

Enriches a TemporalAccessor with additional methods.

Source
TemporalAccessorOps.scala
Linear Supertypes
Serializable, Product, Equals, AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TemporalAccessorOps
  2. Serializable
  3. Product
  4. Equals
  5. AnyVal
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TemporalAccessorOps(underlying: TemporalAccessor)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def #|>(field: TemporalField): Long

    Queries this object to obtain the value of the specified field as a Long.

    Queries this object to obtain the value of the specified field as a Long.

    Exceptions thrown

    ArithmeticException - if numeric overflow occurs.

    DateTimeException - if a value for the field cannot be obtained.

  4. def #▹(field: TemporalField): Long

    Queries this object to obtain the value of the specified field as a Long.

    Queries this object to obtain the value of the specified field as a Long.

    Exceptions thrown

    ArithmeticException - if numeric overflow occurs.

    DateTimeException - if a value for the field cannot be obtained.

  5. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from TemporalAccessorOps toany2stringadd[TemporalAccessorOps] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  6. def ->[B](y: B): (TemporalAccessorOps, B)
    Implicit
    This member is added by an implicit conversion from TemporalAccessorOps toArrowAssoc[TemporalAccessorOps] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def ensuring(cond: (TemporalAccessorOps) => Boolean, msg: => Any): TemporalAccessorOps
    Implicit
    This member is added by an implicit conversion from TemporalAccessorOps toEnsuring[TemporalAccessorOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (TemporalAccessorOps) => Boolean): TemporalAccessorOps
    Implicit
    This member is added by an implicit conversion from TemporalAccessorOps toEnsuring[TemporalAccessorOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: => Any): TemporalAccessorOps
    Implicit
    This member is added by an implicit conversion from TemporalAccessorOps toEnsuring[TemporalAccessorOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): TemporalAccessorOps
    Implicit
    This member is added by an implicit conversion from TemporalAccessorOps toEnsuring[TemporalAccessorOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from TemporalAccessorOps toStringFormat[TemporalAccessorOps] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  14. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. val underlying: TemporalAccessor
  18. def |>[A](query: TemporalQuery[A]): A

    Queries this object using the specified java.time.temporal.TemporalQuery strategy object.

    Queries this object using the specified java.time.temporal.TemporalQuery strategy object.

    Exceptions thrown

    ArithmeticException - if numeric overflow occurs.

    DateTimeException - if unable to query.

  19. def [A](query: TemporalQuery[A]): A

    Queries this object using the specified TemporalQuery strategy object.

    Queries this object using the specified TemporalQuery strategy object.

    Exceptions thrown

    ArithmeticException - if numeric overflow occurs.

    DateTimeException - if unable to query.

Deprecated Value Members

  1. def [B](y: B): (TemporalAccessorOps, B)
    Implicit
    This member is added by an implicit conversion from TemporalAccessorOps toArrowAssoc[TemporalAccessorOps] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd fromTemporalAccessorOps to any2stringadd[TemporalAccessorOps]

Inherited by implicit conversion StringFormat fromTemporalAccessorOps to StringFormat[TemporalAccessorOps]

Inherited by implicit conversion Ensuring fromTemporalAccessorOps to Ensuring[TemporalAccessorOps]

Inherited by implicit conversion ArrowAssoc fromTemporalAccessorOps to ArrowAssoc[TemporalAccessorOps]

Ungrouped