
java.time.temporal.TemporalAmount.scala Maven / Gradle / Ivy
package java.time.temporal
trait TemporalAmount {
def get(unit: TemporalUnit): Long
def getUnits(): java.util.List[TemporalUnit]
def addTo(temporal: Temporal): Temporal
def subtractFrom(temporal: Temporal): Temporal
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy