KLong

dev.hnaderi.k8s.utils.KSON.KLong
final case class KLong(value: Long) extends KSON

Attributes

Source
KSON.scala
Graph
Supertypes
trait KSON
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def foldTo[T](implicit b: Builder[T]): T

Attributes

Source
KSON.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product