LCons

object LCons
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A1 : ClassTag, A2 <: LList : JsonFormat](name: String, head: A1, tail: A2): LCons[A1, A2]
override
def toString: String
Definition Classes
Any
def unapply[A1, A2 <: LList](x: LCons[A1, A2]): Option[(String, A1, A2)]