KSON

dev.hnaderi.k8s.utils.KSON
See theKSON companion object
sealed trait KSON extends Serializable with Product

Attributes

Companion:
object
Source:
KSON.scala
Graph
Supertypes
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class KArr
class KBool
class KDouble
class KInt
class KLong
object KNull.type
class KObj
class KString

Members list

Concise view

Value members

Abstract methods

def foldTo[T : Builder]: T

Attributes

Source:
KSON.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product