LList

sealed
trait LList

Heterogeneous list (of json serializable stuff) with labels.

Companion
object
class Object
trait Matchable
class Any
class LCons[A1, A2]
trait LNil0

Value members

Abstract methods

def fieldNames: List[String]
def find[A1 : ClassTag](n: String): Option[A1]