Package jsonvalues.gen
Interface JsGen<R extends JsValue>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default <T extends JsValue>
JsGen<T>flatMap(Function<R,JsGen<T>> f)
default JsGen<?>
optional()
default JsStateGen
stateMap(Function<R,JsStateGen> f)
-
-
-
Method Detail
-
optional
default JsGen<?> optional()
-
stateMap
default JsStateGen stateMap(Function<R,JsStateGen> f)
-
-