Instant.query

Queries this instant using the specified query. !(p) This queries this instant using the specified query strategy object. The {@code TemporalQuery} object defines the logic to be used to obtain the result. Read the documentation of the query to understand what the result of this method will be. !(p) The result of this method is obtained by invoking the {@link TemporalQuery#queryFrom(TemporalAccessor)} method on the specified query passing {@code this} as the argument.

@param !(R) the type of the result @param query the query to invoke, not null @return the query result, null may be returned (defined by the query) @throws DateTimeException if unable to query (defined by the query) @throws ArithmeticException if numeric overflow occurs (defined by the query)

class Instant
R
query
(
R
)

Meta