YamlBoolean

shampoo.yaml.YamlBoolean
See theYamlBoolean companion object
sealed trait YamlBoolean extends YamlScalar

Defines YAML boolean.

Attributes

Companion
object
Graph
Supertypes
trait YamlScalar
trait YamlNode
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def value: Boolean

Gets value.

Gets value.

Attributes

Inherited methods

def as[T](using constructor: YamlConstructor[T]): T

Constructs data.

Constructs data.

Value parameters

constructor

data constructor

Attributes

Inherited from:
YamlNode