Warning: This file is auto-generated by
mix ptc.gen_docsfrompriv/java_compat_audit.exs. Manual edits will be overwritten. Editpriv/java_compat_audit.exsinstead.
Curated LLM-compatibility target for java.time.Instant.
See also: Function Reference | Namespace Coverage | Clojure Core Audit | Clojure String Audit | Clojure Set Audit | Clojure Walk Audit | Java Math Audit | Java Boolean Audit | Java Double Audit | Java Float Audit | Java Integer Audit | Java Long Audit | Java String Audit | Java System Audit | Java LocalDate Audit | Java Duration Audit | Java Period Audit | Java Date Audit
Summary
Coverage excludes not_relevant entries: supported / (supported + candidate + not_classified).
| Status | Count |
|---|---|
| Supported | 4 |
| Candidate | 2 |
| Not Relevant | 0 |
| Not Classified | 0 |
| Relevant Target | 6 |
| Coverage | 4/6 (66.7%) |
| Total | 6 |
Details
| Var | Status | Description | Notes |
|---|---|---|---|
.getTime | ✅ supported | Unix timestamp in milliseconds | Works on DateTime values. |
.isAfter | ✅ supported | Instant ordering predicate | Works for same-type Date or DateTime values. |
.isBefore | ✅ supported | Instant ordering predicate | Works for same-type Date or DateTime values. |
Instant/now | 🔲 candidate | Current instant | System/currentTimeMillis plus java.util.Date. covers many cases. |
Instant/ofEpochMilli | 🔲 candidate | Construct instant from epoch milliseconds | java.util.Date. already accepts seconds or milliseconds. |
Instant/parse | ✅ supported | Parse ISO-8601 instant string | Also available as java.time.Instant/parse and parse. |