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 |
Modifier and Type | Method and Description |
---|---|
JsInstant |
JsInstant.map(Function<Instant,Instant> fn) |
static JsInstant |
JsInstant.of(Instant instant) |
static JsInstant |
JsInstant.of(String instant) |
default JsInstant |
JsValue.toJsInstant()
Returns this JsValue as a JsInstant
|
Modifier and Type | Method and Description |
---|---|
int |
JsInstant.compareTo(JsInstant o) |
Modifier and Type | Method and Description |
---|---|
Supplier<JsInstant> |
JsInstantGen.apply(Random seed)
Returns a supplier from the specified seed that generates a new JsInstant each time it's called
|
static 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) |
Copyright © 2022. All rights reserved.