static Prism<Position,Integer> |
Index.prism |
prism between the sum type Position and Index
|
static Prism<JsValue,JsArray> |
JsArray.prism |
prism between the sum type JsValue and JsArray
|
static Prism<JsValue,BigDecimal> |
JsBigDec.prism |
prism between the sum type JsValue and JsBigDec
|
static Prism<JsValue,BigInteger> |
JsBigInt.prism |
|
static Prism<JsValue,Boolean> |
JsBool.prism |
prism between the sum type JsValue and JsBool
|
static Prism<JsValue,Double> |
JsDouble.prism |
prism between the sum type JsValue and JsDouble
|
static Prism<JsValue,Integer> |
JsInt.prism |
prism between the sum type JsValue and JsInt
|
static Prism<JsValue,Long> |
JsLong.prism |
prism between the sum type JsValue and JsLong
|
static Prism<JsValue,JsObj> |
JsObj.prism |
prism between the sum type JsValue and JsObj
|
static Prism<JsValue,String> |
JsStr.prism |
prism between the sum type JsValue and JsStr
|
static Prism<Position,String> |
Key.prism |
prism between the sum type Position and Key
|