ConfOps

metaconfig.ConfOps
object ConfOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ConfOps.type

Members list

Value members

Concrete methods

def diff(a: Conf, b: Conf): Option[(Conf, Conf)]
def escape(str: String): String
def fold(conf: Conf)(str: Str => Str, num: Num => Num, bool: Bool => Bool, lst: Lst => Lst, obj: Obj => Obj): Conf
def foreach(conf: Conf)(f: Conf => Unit): Unit
final def kind(conf: Conf): String
final def merge(a: Conf, b: Conf): Conf
final def normalize(conf: Conf): Conf
final def show(conf: Conf): String
def sortKeys(c: Conf): Conf
def withPos(conf: Conf, newPos: Position): Conf