Modifier and Type | Method | Description |
---|---|---|
default JsStr |
JsElem.asJsStr() |
|
JsStr |
JsStr.map(UnaryOperator<String> fn) |
Maps this JsStr into another one.
|
static JsStr |
JsStr.of(String str) |
Static factory method to create a JsStr from a string.
|
Modifier and Type | Method | Description |
---|---|---|
int |
JsStr.compareTo(JsStr o) |
Compares two
JsStr objects lexicographically. |
Copyright © 2019. All rights reserved.