JsAnd

class JsAnd(val left: JsValue, val right: JsValue) : JsValue(source)

Constructors

Link copied to clipboard
constructor(left: JsValue, right: JsValue)

Properties

Link copied to clipboard
Link copied to clipboard
open override val needsParens: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
open override fun generate(indentAmount: Int, indent: String): String
Link copied to clipboard
open fun generateValue(indentAmount: Int = 0, indent: String = " "): String
Link copied to clipboard
Link copied to clipboard
open fun toValue(): JsValue