|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TemporalQuery | |
|---|---|
| org.threeten.bp | The main API for dates, times, instants, and durations. |
| org.threeten.bp.chrono | Support for calendar systems other than the default ISO. |
| org.threeten.bp.format | Provides classes to print and parse dates and times. |
| org.threeten.bp.jdk8 | Simulates JDK 8 features on JDK 7. |
| org.threeten.bp.temporal | Access to date and time using fields and units. |
| Uses of TemporalQuery in org.threeten.bp |
|---|
| Fields in org.threeten.bp declared as TemporalQuery | |
|---|---|
static TemporalQuery<ZoneOffset> |
ZoneOffset.FROM
Simulate JDK 8 method reference ZoneOffset::from. |
static TemporalQuery<ZoneId> |
ZoneId.FROM
Simulate JDK 8 method reference ZoneId::from. |
static TemporalQuery<ZonedDateTime> |
ZonedDateTime.FROM
Simulate JDK 8 method reference ZonedDateTime::from. |
static TemporalQuery<YearMonth> |
YearMonth.FROM
Simulate JDK 8 method reference YearMonth::from. |
static TemporalQuery<Year> |
Year.FROM
Simulate JDK 8 method reference Year::from. |
static TemporalQuery<OffsetTime> |
OffsetTime.FROM
Simulate JDK 8 method reference OffsetTime::from. |
static TemporalQuery<OffsetDateTime> |
OffsetDateTime.FROM
Simulate JDK 8 method reference OffsetDateTime::from. |
static TemporalQuery<MonthDay> |
MonthDay.FROM
Simulate JDK 8 method reference MonthDay::from. |
static TemporalQuery<Month> |
Month.FROM
Simulate JDK 8 method reference Month::from. |
static TemporalQuery<LocalTime> |
LocalTime.FROM
Simulate JDK 8 method reference LocalTime::from. |
static TemporalQuery<LocalDateTime> |
LocalDateTime.FROM
Simulate JDK 8 method reference LocalDateTime::from. |
static TemporalQuery<LocalDate> |
LocalDate.FROM
Simulate JDK 8 method reference LocalDate::from. |
static TemporalQuery<Instant> |
Instant.FROM
Simulate JDK 8 method reference Instant::from. |
static TemporalQuery<DayOfWeek> |
DayOfWeek.FROM
Simulate JDK 8 method reference DayOfWeek::from. |
| Methods in org.threeten.bp with parameters of type TemporalQuery | ||
|---|---|---|
|
ZoneOffset.query(TemporalQuery<R> query)
Queries this offset using the specified query. |
|
|
ZonedDateTime.query(TemporalQuery<R> query)
Queries this date-time using the specified query. |
|
|
YearMonth.query(TemporalQuery<R> query)
Queries this year-month using the specified query. |
|
|
Year.query(TemporalQuery<R> query)
Queries this year using the specified query. |
|
|
OffsetTime.query(TemporalQuery<R> query)
Queries this time using the specified query. |
|
|
OffsetDateTime.query(TemporalQuery<R> query)
Queries this date-time using the specified query. |
|
|
MonthDay.query(TemporalQuery<R> query)
Queries this month-day using the specified query. |
|
|
Month.query(TemporalQuery<R> query)
Queries this month-of-year using the specified query. |
|
|
LocalTime.query(TemporalQuery<R> query)
Queries this time using the specified query. |
|
|
LocalDateTime.query(TemporalQuery<R> query)
Queries this date-time using the specified query. |
|
|
LocalDate.query(TemporalQuery<R> query)
Queries this date using the specified query. |
|
|
Instant.query(TemporalQuery<R> query)
Queries this instant using the specified query. |
|
|
DayOfWeek.query(TemporalQuery<R> query)
Queries this day-of-week using the specified query. |
|
| Uses of TemporalQuery in org.threeten.bp.chrono |
|---|
| Fields in org.threeten.bp.chrono declared as TemporalQuery | |
|---|---|
static TemporalQuery<Chronology> |
Chronology.FROM
Simulate JDK 8 method reference Chronology::from. |
| Methods in org.threeten.bp.chrono with parameters of type TemporalQuery | ||
|---|---|---|
|
ThaiBuddhistEra.query(TemporalQuery<R> query)
|
|
|
MinguoEra.query(TemporalQuery<R> query)
|
|
|
IsoEra.query(TemporalQuery<R> query)
|
|
|
HijrahEra.query(TemporalQuery<R> query)
|
|
|
ChronoZonedDateTime.query(TemporalQuery<R> query)
|
|
|
ChronoLocalDateTime.query(TemporalQuery<R> query)
|
|
|
ChronoLocalDate.query(TemporalQuery<R> query)
|
|
| Uses of TemporalQuery in org.threeten.bp.format |
|---|
| Methods in org.threeten.bp.format that return TemporalQuery | |
|---|---|
static TemporalQuery<Period> |
DateTimeFormatter.parsedExcessDays()
A query that provides access to the excess days that were parsed. |
static TemporalQuery<Boolean> |
DateTimeFormatter.parsedLeapSecond()
A query that provides access to whether a leap-second was parsed. |
| Methods in org.threeten.bp.format with parameters of type TemporalQuery | ||
|---|---|---|
|
DateTimeFormatter.parse(CharSequence text,
TemporalQuery<T> type)
Fully parses the text producing an object of the specified type. |
|
TemporalAccessor |
DateTimeFormatter.parseBest(CharSequence text,
TemporalQuery<?>... types)
Fully parses the text producing an object of one of the specified types. |
|
Format |
DateTimeFormatter.toFormat(TemporalQuery<?> query)
Returns this formatter as a java.text.Format instance that will
parse to the specified type. |
|
| Uses of TemporalQuery in org.threeten.bp.jdk8 |
|---|
| Methods in org.threeten.bp.jdk8 with parameters of type TemporalQuery | ||
|---|---|---|
|
DefaultInterfaceTemporalAccessor.query(TemporalQuery<R> query)
|
|
|
DefaultInterfaceEra.query(TemporalQuery<R> query)
|
|
| Uses of TemporalQuery in org.threeten.bp.temporal |
|---|
| Methods in org.threeten.bp.temporal that return TemporalQuery | |
|---|---|
static TemporalQuery<Chronology> |
TemporalQueries.chronology()
A query for the Chronology. |
static TemporalQuery<LocalDate> |
TemporalQueries.localDate()
A query for LocalDate returning null if not found. |
static TemporalQuery<LocalTime> |
TemporalQueries.localTime()
A query for LocalTime returning null if not found. |
static TemporalQuery<ZoneOffset> |
TemporalQueries.offset()
A query for ZoneOffset returning null if not found. |
static TemporalQuery<TemporalUnit> |
TemporalQueries.precision()
A query for the smallest supported unit. |
static TemporalQuery<ZoneId> |
TemporalQueries.zone()
A lenient query for the ZoneId, falling back to the ZoneOffset. |
static TemporalQuery<ZoneId> |
TemporalQueries.zoneId()
A strict query for the ZoneId. |
| Methods in org.threeten.bp.temporal with parameters of type TemporalQuery | ||
|---|---|---|
|
TemporalAccessor.query(TemporalQuery<R> query)
Queries this date-time. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||