Package org.awaitility.core
Class TemporalDuration
java.lang.Object
org.awaitility.core.TemporalDuration
- All Implemented Interfaces:
TemporalAccessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static StringformatAsString(Duration duration) longgetLong(TemporalField temporalField) booleanisSupported(TemporalField field) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.time.temporal.TemporalAccessor
get, query, range
-
Field Details
-
BASE
-
dtf
-
duration
-
temporal
-
-
Constructor Details
-
TemporalDuration
TemporalDuration(Duration duration)
-
-
Method Details
-
isSupported
- Specified by:
isSupportedin interfaceTemporalAccessor
-
getLong
- Specified by:
getLongin interfaceTemporalAccessor
-
getDuration
-
toString
-
formatAsString
-