Uses of Class
jsonvalues.JsInstant
-
Packages that use JsInstant Package Description jsonvalues json-values is a one-package and zero-dependency library to work with jsons in a declarative and functional way.jsonvalues.gen -
-
Uses of JsInstant in jsonvalues
Methods in jsonvalues that return JsInstant Modifier and Type Method Description JsInstantJsInstant. map(Function<Instant,Instant> fn)static JsInstantJsInstant. of(String instant)static JsInstantJsInstant. of(Instant instant)default JsInstantJsValue. toJsInstant()Returns this JsValue as a JsInstantMethods in jsonvalues with parameters of type JsInstant Modifier and Type Method Description intJsInstant. compareTo(JsInstant o) -
Uses of JsInstant in jsonvalues.gen
Methods in jsonvalues.gen that return types with arguments of type JsInstant Modifier and Type Method Description Supplier<JsInstant>JsInstantGen. apply(Random seed)Returns a supplier from the specified seed that generates a new JsInstant each time it's calledstatic fun.gen.Gen<JsInstant>JsInstantGen. arbitrary()static fun.gen.Gen<JsInstant>JsInstantGen. arbitrary(long min, long max)static fun.gen.Gen<JsInstant>JsInstantGen. arbitrary(ZonedDateTime min, ZonedDateTime max)static fun.gen.Gen<JsInstant>JsInstantGen. biased()static fun.gen.Gen<JsInstant>JsInstantGen. biased(long min, long max)
-