Bluestep JS Documentation
    Preparing search index...

    Interface TemporalQuery<R>

    Strategy for querying a temporal object.

    See java.time.temporal for full documentation

    interface TemporalQuery<R> {
        queryForm(temporal: TemporalAccessor): R;
    }

    Type Parameters

    • R
    Index

    Methods

    Methods

    • Queries the specified temporal object.

      Parameters

      Returns R