Package org.graalvm.polyglot.proxy
Interface ProxyTime
- All Superinterfaces:
Proxy
- All Known Subinterfaces:
ProxyInstant
Interface to be implemented to mimic guest language objects that represents times.
- Since:
- 19.2.0
- See Also:
-
Method Summary
-
Method Details
-
asTime
LocalTime asTime()Returns the time information. The returned value must not benull
.- Since:
- 19.2.0
-
from
Creates a proxy time from a local time.- Since:
- 19.2.0
-