KBool

final case class KBool(value: Boolean) extends KSON
Source:
KSON.scala
trait KSON
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def foldTo[T](implicit b: Builder[T]): T
Source:
KSON.scala

Inherited methods

Inherited from:
Product